DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / TableName Property

In This Topic
    TableName Property (C1AdoNetCursorDataCollection<T>)
    In This Topic
    Gets the name of the table the collection gets the data from.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableName As String
    public string TableName {get;}
    See Also